home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 2004 January / Computer Buyer January 2004.iso / Extras / Todolist / setup.exe / {app} / todolist.exe / 0 / RCDATA / TPREFERENCESFORM / TPREFERENCESFORM.txt < prev   
Text File  |  2002-12-17  |  7KB  |  316 lines

  1. object PreferencesForm: TPreferencesForm
  2.   Left = 255
  3.   Top = 139
  4.   HelpContext = 10
  5.   BorderStyle = bsDialog
  6.   Caption = 'To-do List Preferences'
  7.   ClientHeight = 249
  8.   ClientWidth = 517
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = True
  17.   Position = poDefault
  18.   OnCreate = FormCreate
  19.   OnHide = FormHide
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object LblPurchaseButtonInfo: TLabel
  24.     Left = 432
  25.     Top = 160
  26.     Width = 74
  27.     Height = 57
  28.     Alignment = taCenter
  29.     AutoSize = False
  30.     Caption = 'Click Purchase for latest prices or to register To-do List now!'
  31.     WordWrap = True
  32.   end
  33.   object BBtnOK: TBitBtn
  34.     Left = 432
  35.     Top = 16
  36.     Width = 73
  37.     Height = 25
  38.     TabOrder = 0
  39.     Kind = bkOK
  40.   end
  41.   object BBtnCancel: TBitBtn
  42.     Left = 432
  43.     Top = 48
  44.     Width = 73
  45.     Height = 25
  46.     TabOrder = 1
  47.     Kind = bkCancel
  48.   end
  49.   object BBtnHelp: TBitBtn
  50.     Left = 432
  51.     Top = 80
  52.     Width = 73
  53.     Height = 25
  54.     TabOrder = 2
  55.     Kind = bkHelp
  56.   end
  57.   object PageControl1: TPageControl
  58.     Left = 8
  59.     Top = 8
  60.     Width = 409
  61.     Height = 233
  62.     ActivePage = TabSheet1
  63.     TabIndex = 0
  64.     TabOrder = 4
  65.     object TabSheet1: TTabSheet
  66.       Caption = 'Preferences'
  67.       object GroupBox1: TGroupBox
  68.         Left = 8
  69.         Top = 8
  70.         Width = 185
  71.         Height = 73
  72.         Caption = 'To-do List'
  73.         TabOrder = 0
  74.         object AlwaysOnTopChkbx: TCheckBox
  75.           Left = 8
  76.           Top = 20
  77.           Width = 97
  78.           Height = 17
  79.           Caption = 'Always on top'
  80.           Checked = True
  81.           State = cbChecked
  82.           TabOrder = 0
  83.         end
  84.         object ShowCheckmarksChkbx: TCheckBox
  85.           Left = 8
  86.           Top = 44
  87.           Width = 161
  88.           Height = 17
  89.           Caption = 'Show list checkmarks (ticks)'
  90.           Checked = True
  91.           State = cbChecked
  92.           TabOrder = 1
  93.         end
  94.       end
  95.       object GroupBox2: TGroupBox
  96.         Left = 8
  97.         Top = 96
  98.         Width = 185
  99.         Height = 97
  100.         Caption = 'Confirmation'
  101.         TabOrder = 1
  102.         object ConfirmSingleDelChkbx: TCheckBox
  103.           Left = 8
  104.           Top = 20
  105.           Width = 161
  106.           Height = 17
  107.           Caption = 'Confirm single task delete'
  108.           Checked = True
  109.           State = cbChecked
  110.           TabOrder = 0
  111.         end
  112.         object ConfirmMultipleDelChkBx: TCheckBox
  113.           Left = 8
  114.           Top = 44
  115.           Width = 161
  116.           Height = 17
  117.           Caption = 'Confirm multiple task delete'
  118.           Checked = True
  119.           State = cbChecked
  120.           TabOrder = 1
  121.         end
  122.         object ConfirmClearAllChkbx: TCheckBox
  123.           Left = 8
  124.           Top = 68
  125.           Width = 137
  126.           Height = 17
  127.           Caption = 'Confirm clear all'
  128.           Checked = True
  129.           State = cbChecked
  130.           TabOrder = 2
  131.           Visible = False
  132.         end
  133.       end
  134.       object ToolbarPosGroup: TRadioGroup
  135.         Left = 208
  136.         Top = 136
  137.         Width = 185
  138.         Height = 57
  139.         Caption = 'Toolbar Position'
  140.         Columns = 2
  141.         ItemIndex = 0
  142.         Items.Strings = (
  143.           'Top'
  144.           'Bottom'
  145.           'Left'
  146.           'Right')
  147.         TabOrder = 4
  148.       end
  149.       object RdGrpMinimizeStyle: TRadioGroup
  150.         Left = 208
  151.         Top = 8
  152.         Width = 185
  153.         Height = 57
  154.         Caption = 'Window Behavior'
  155.         ItemIndex = 0
  156.         Items.Strings = (
  157.           'Close minimizes to system tray'
  158.           'Close/minimize as normal')
  159.         TabOrder = 2
  160.       end
  161.       object RdGrpDefAddPos: TRadioGroup
  162.         Left = 208
  163.         Top = 72
  164.         Width = 185
  165.         Height = 57
  166.         Caption = 'Default Add Position for New Tasks'
  167.         ItemIndex = 0
  168.         Items.Strings = (
  169.           'Bottom'
  170.           'Top')
  171.         TabOrder = 3
  172.       end
  173.     end
  174.     object TabSheet3: TTabSheet
  175.       Caption = 'About'
  176.       object Image1: TImage
  177.         Left = 304
  178.         Top = 16
  179.         Width = 81
  180.         Height = 81
  181.         Center = True
  182.         Picture.Data = {<image000.bmp>}
  183.         Stretch = True
  184.       end
  185.       object Bevel1: TBevel
  186.         Left = 304
  187.         Top = 16
  188.         Width = 81
  189.         Height = 81
  190.       end
  191.       object LblProductNameAndNo: TLabel
  192.         Left = 8
  193.         Top = 8
  194.         Width = 169
  195.         Height = 13
  196.         AutoSize = False
  197.         Caption = 'To-do List'
  198.         Font.Charset = DEFAULT_CHARSET
  199.         Font.Color = clWindowText
  200.         Font.Height = -11
  201.         Font.Name = 'MS Sans Serif'
  202.         Font.Style = [fsBold]
  203.         ParentFont = False
  204.       end
  205.       object TLabel
  206.         Left = 8
  207.         Top = 28
  208.         Width = 265
  209.         Height = 13
  210.         AutoSize = False
  211.         Caption = #169' Copyright 1999-2002 J.E.Holt.  All Rights Reserved.'
  212.       end
  213.       object TLabel
  214.         Left = 8
  215.         Top = 112
  216.         Width = 78
  217.         Height = 13
  218.         Caption = 'visit our website:'
  219.       end
  220.       object TLabel
  221.         Left = 8
  222.         Top = 136
  223.         Width = 53
  224.         Height = 13
  225.         Caption = 'contact us:'
  226.       end
  227.       object TLabel
  228.         Left = 8
  229.         Top = 160
  230.         Width = 105
  231.         Height = 33
  232.         AutoSize = False
  233.         Caption = 'join our mailing list - send a blank email to:'
  234.         WordWrap = True
  235.       end
  236.       object LblMailinglist: TLabel
  237.         Left = 120
  238.         Top = 168
  239.         Width = 155
  240.         Height = 13
  241.         Cursor = crHandPoint
  242.         Caption = 'listsubscribe@htpshareware.com'
  243.         Font.Charset = DEFAULT_CHARSET
  244.         Font.Color = clNavy
  245.         Font.Height = -11
  246.         Font.Name = 'MS Sans Serif'
  247.         Font.Style = [fsUnderline]
  248.         ParentFont = False
  249.         OnClick = LblMailinglistClick
  250.       end
  251.       object LblWebsite: TLabel
  252.         Left = 120
  253.         Top = 112
  254.         Width = 114
  255.         Height = 13
  256.         Cursor = crHandPoint
  257.         Caption = 'www.htpshareware.com'
  258.         Font.Charset = DEFAULT_CHARSET
  259.         Font.Color = clNavy
  260.         Font.Height = -11
  261.         Font.Name = 'MS Sans Serif'
  262.         Font.Style = [fsUnderline]
  263.         ParentFont = False
  264.         OnClick = LblWebsiteClick
  265.       end
  266.       object LblEmail: TLabel
  267.         Left = 120
  268.         Top = 136
  269.         Width = 109
  270.         Height = 13
  271.         Cursor = crHandPoint
  272.         Caption = 'support / contact page'
  273.         Font.Charset = DEFAULT_CHARSET
  274.         Font.Color = clNavy
  275.         Font.Height = -11
  276.         Font.Name = 'MS Sans Serif'
  277.         Font.Style = [fsUnderline]
  278.         ParentFont = False
  279.         OnClick = LblEmailClick
  280.       end
  281.       object TLabel
  282.         Left = 8
  283.         Top = 56
  284.         Width = 66
  285.         Height = 13
  286.         Caption = 'Registered to:'
  287.       end
  288.       object LblRegisteredTo: TLabel
  289.         Left = 80
  290.         Top = 56
  291.         Width = 70
  292.         Height = 13
  293.         Caption = '<unregistered>'
  294.       end
  295.       object LblRegistrationReminder: TLabel
  296.         Left = 8
  297.         Top = 72
  298.         Width = 233
  299.         Height = 29
  300.         AutoSize = False
  301.         Caption = '<>'
  302.         WordWrap = True
  303.       end
  304.     end
  305.   end
  306.   object bbtnRegister: TBitBtn
  307.     Left = 432
  308.     Top = 216
  309.     Width = 73
  310.     Height = 25
  311.     Caption = '&Purchase...'
  312.     TabOrder = 3
  313.     OnClick = bbtnRegisterClick
  314.   end
  315. end
  316.